home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Fault < prev    next >
Text File  |  1998-02-16  |  537b  |  26 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                    FAULT
  3.  
  4.  
  5.    USE:
  6.    Fault is used to give an explanation of a selected AmigaDOS error.
  7.  
  8.    PATH:
  9.    Internal
  10.  
  11.    SYSTEM:
  12.    2.0, 2.1, 3.0
  13.  
  14.    EXAMPLES:
  15.    1>FAULT 218
  16.    Fault 218: device (or volume) not mounted.
  17.  
  18.    NOTES:
  19.    Fault can also return explanations of up to 10 error codes, separated
  20.    by either commas or spaces. (see below)
  21.  
  22.    1>FAULT 105 106 214
  23.    FAULT 105: task table full
  24.    FAULT 106: error 106
  25.    FAULT 214: disk write protected
  26.